PreviousNextTracker indexSee it online !

(287/299) 1860 - JavaSideKick mishandles >>

JavaSideKick fails to parse a java file that has nested generics, for example,

~~~
List<String, Map<String, String>> treeThing;
~~~

The >> at the end of the generic declaration is treated as a right shift, then the parser is confused and doesn't parse the file.

Submitted daleanson - 2016-08-03 16:56:59.436000 Assigned daleanson
Priority 5 Labels
Status open Group
Resolution None

Comments

2016-08-03 17:02:54.172000
daleanson

- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -1,5 +1,7 @@
JavaSideKick fails to parse a java file that has nested generics, for example,

+~~~
List<String, Map<String, String>> treeThing;
+~~~

The >> at the end of the generic declaration is treated as a right shift, then the parser is confused and doesn't parse the file.

~~~~

- **Group**: -->